func crypto/internal/nistec.p256BigToLittle

4 uses

	crypto/internal/nistec (current package)
		p256_asm.go#L94: 		p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
		p256_asm.go#L95: 		p256BigToLittle(&r.y, (*[32]byte)(b[33:65]))
		p256_asm.go#L110: 		p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
		p256_asm.go#L281: func p256BigToLittle(res *p256Element, in *[32]byte)